home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1999 April / macformat-075.iso / Shareware Plus / Applications / GEDitCOM 1.0.1 / GEDitCOM / GEDitCOM.rsrc / GeDF_7439_ALIA Editing < prev    next >
Encoding:
Text File  |  1999-01-08  |  282 b   |  23 lines

  1. if tagexists
  2.   style button
  3.   get *valu.NAME
  4.   ifempty
  5.     get <Unnamed Alias>
  6.   endif
  7.   text *it
  8.   link *valu
  9.   face underline
  10.   font times
  11.   size 12
  12.   blue
  13.   width -1
  14. else
  15.   style button
  16.   text "Add Alias"
  17.   addlink
  18.   justify center
  19.   border 3Dbutton
  20.   width 105
  21.   hskip 5
  22. endif